From 24e38250c0a4ad88a40e3bf87db862fd71ad86dc Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 7 Oct 2006 17:45:59 +0000 Subject: [PATCH] Add Project Ape and Mega Events. --- gpsbabel/defs.h | 4 +++- gpsbabel/gpx.c | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index c79cf9087..356a7deb4 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -184,7 +184,9 @@ typedef enum { gt_earth, gt_locationless, gt_benchmark, /* Extension to Groundspeak for GSAK */ - gt_cito + gt_cito, + gt_ape, + gt_mega } geocache_type; typedef enum { diff --git a/gpsbabel/gpx.c b/gpsbabel/gpx.c index 2434e003f..0541478f9 100644 --- a/gpsbabel/gpx.c +++ b/gpsbabel/gpx.c @@ -649,6 +649,8 @@ gs_type_mapping{ { gt_cito, "Cache In Trash Out Event" }, { gt_letterbox, "Letterbox Hybrid" }, { gt_locationless, "Locationless (Reverse) Cache" }, + { gt_ape, "Project APE Cache" }, + { gt_mega, "Mega-Event Cache" }, { gt_benchmark, "Benchmark" }, /* Not Groundspeak; for GSAK */ }; -- 2.30.2